From 9dc27f3271fd05b9d7b9b9d959a843dcd957a768 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Mon, 3 Jul 2006 07:42:17 -0600 Subject: [PATCH] [IA64] Fix a typo. Signed-off-by: Zhang xiantao --- xen/arch/ia64/vmx/vmx_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/vmx/vmx_support.c b/xen/arch/ia64/vmx/vmx_support.c index 2be02a816e..7b90a08bdb 100644 --- a/xen/arch/ia64/vmx/vmx_support.c +++ b/xen/arch/ia64/vmx/vmx_support.c @@ -58,7 +58,7 @@ void vmx_wait_io(void) if (d->shared_info->evtchn_pending[port / BITS_PER_LONG]) set_bit(port / BITS_PER_LONG, &v->vcpu_info->evtchn_pending_sel); - if (&v->vcpu_info->evtchn_pending_sel) + if (v->vcpu_info->evtchn_pending_sel) set_bit(0, &v->vcpu_info->evtchn_upcall_pending); } -- 2.30.2